Skip to content

release: 0.1.0-alpha.1#5

Merged
sigmachirality merged 6 commits into
mainfrom
release-please--branches--main--changes--next--components--sfc-nodes
Jul 22, 2025
Merged

release: 0.1.0-alpha.1#5
sigmachirality merged 6 commits into
mainfrom
release-please--branches--main--changes--next--components--sfc-nodes

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app Bot commented Jul 17, 2025

Automated Release PR

0.1.0-alpha.1 (2025-07-17)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

Features

  • api: update via SDK Studio (f6fbb21)
  • api: update via SDK Studio (37f8f8a)
  • api: update via SDK Studio (23e635b)
  • api: update via SDK Studio (5584f02)

Chores

  • ts: reorder package.json imports (f66c637)
  • update SDK settings (3cc7184)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

@semanticdiff-com
Copy link
Copy Markdown

semanticdiff-com Bot commented Jul 17, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  package.json  84% smaller
  src/resources/index.ts  73% smaller
  src/resources/vms/index.ts  73% smaller
  tests/index.test.ts  49% smaller
  src/client.ts  43% smaller
  src/version.ts  32% smaller
  .stats.yml  28% smaller
  tests/api-resources/nodes.test.ts  26% smaller
  tests/api-resources/vms/script.test.ts  26% smaller
  tests/api-resources/vms/vms.test.ts  2% smaller
  .github/workflows/release-doctor.yml  0% smaller
  .release-please-manifest.json  0% smaller
  CHANGELOG.md Unsupported file format
  CONTRIBUTING.md Unsupported file format
  README.md Unsupported file format
  api.md Unsupported file format
  bin/check-release-environment Unsupported file format
  release-please-config.json  0% smaller
  src/resources/vms/vms.ts  0% smaller

@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented Jul 17, 2025

🧪 Testing

To try out this version of the SDK, run:

npm install 'https://pkg.stainless.com/s/sfc-nodes-typescript/f6fbb21ada6d6b605cdfd650ed5691332852bcc6/dist.tar.gz'

Expires: Sat, 16 Aug 2025 23:21:33 GMT

Comment on lines +10 to +20
name: release doctor
runs-on: ubuntu-latest
if: github.repository == 'sfcompute/nodes-typescript' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')

steps:
- uses: actions/checkout@v4

- name: Check release environment
run: |
bash ./bin/check-release-environment
env:

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}

Copilot Autofix

AI 10 months ago

To fix the problem, a permissions block should be added to the workflow to explicitly define the minimum required permissions. Based on the workflow's functionality, it appears that it primarily checks the release environment and does not perform write operations. Therefore, the contents permission can be set to read. This block should be added at the root level to apply to all jobs in the workflow, unless individual jobs require different permissions.

Suggested changeset 1
.github/workflows/release-doctor.yml

Autofix patch

Autofix patch
Run the following command in your local git repository to apply this patch
cat << 'EOF' | git apply
diff --git a/.github/workflows/release-doctor.yml b/.github/workflows/release-doctor.yml
--- a/.github/workflows/release-doctor.yml
+++ b/.github/workflows/release-doctor.yml
@@ -1,3 +1,5 @@
+permissions:
+  contents: read
 name: Release Doctor
 on:
   pull_request:
EOF
@@ -1,3 +1,5 @@
permissions:
contents: read
name: Release Doctor
on:
pull_request:
Copilot is powered by AI and may make mistakes. Always verify output.
@sigmachirality sigmachirality merged commit 0e1ccfb into main Jul 22, 2025
9 checks passed
@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented Jul 22, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants